projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9df72ec
)
Make the NSM not pop up an X dialogue on non-mouse actions
author
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 4 Sep 2019 13:19:40 +0000
(15:19 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 4 Sep 2019 13:20:00 +0000
(15:20 +0200)
* lisp/emacs-lisp/rmc.el (read-multiple-choice): Don't pop up X
dialogues on (url-retrieve "https://expired.badssl.com/" #'ignore)
and the like.
lisp/emacs-lisp/rmc.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/rmc.el
b/lisp/emacs-lisp/rmc.el
index 47f3b8dc9cf2c80c6465e8e55a7702432e381332..13cd1c0f42ae0280261543093b31d8d78977ac77 100644
(file)
--- a/
lisp/emacs-lisp/rmc.el
+++ b/
lisp/emacs-lisp/rmc.el
@@
-106,7
+106,7
@@
Usage example:
(setq tchar
(if (and (display-popup-menus-p)
last-input-event ; not during startup
- (
list
p last-nonmenu-event)
+ (
cons
p last-nonmenu-event)
use-dialog-box)
(x-popup-dialog
t